home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / vantrm38.lzh / HISTORY.DOC < prev    next >
Text File  |  1989-10-19  |  9KB  |  162 lines

  1.  
  2.  VanTerm (tm) Release History   (reverse chronological order, 1 year)
  3.  
  4.  
  5. 07/20/89  --  Version 3.8
  6.  
  7. Paul Lee added a couple of "rough" functions:  Type-Ahead buffer, which
  8. permits you to type up to 76 characters on a seperate line of the screen,
  9. permitting you to read what is coming into the serial port without any
  10. interference with/because of what you're typing.  Once you press RETURN
  11. the entire line is sent.  No special characters or control characters
  12. are passed, so don't use this to send Conrtol-C for example.
  13.  
  14. Paul also added the machine code necessary to protect that type-ahead
  15. buffer AND provide a constant status line in the online screen.
  16.  
  17. I dressed up both functions, cleaned up some other code that slowed things
  18. down a bit, and made the status line appear in almost EVERY screen.  I
  19. also made the program use the GEM Menu line for informational displays
  20. whenever a File Selector was also on the screen, so you UIS II users
  21. should not lose any helpful hints behind your Item Selector!
  22.  
  23. Thanks to my beta testers for this revision:
  24.  
  25. Burrell Bowie, Harry "Pete" Brewin, Paul Cartwright, Ken Jacobs,
  26. Rich Bolero, and Alexander Vachon.
  27.  
  28. Enjoy!  Spread this archive far and wide (it's as small as it gets and
  29. created with DCOPY, so no need to re-archive it!  Preserve its' integrity!).
  30.  
  31. ==============================================================================
  32.  
  33. 08/23/89  --  Version 3.71
  34.  
  35. Sorry for the quick update, but Paul Cartright found a serious flaw in my
  36. Shadow buffer save routines... if you had a full disk or some other disk
  37. error, you wouldn't get another chance to save, and you'd lose your buffer!
  38. I'd rather have you pissed at me for 'Yet Another Update' than for losing
  39. a file that just cost you 60 minutes of long distance download time!  So, I
  40. think I really made it bulletproof now... it will ONLY zap the buffer if
  41. you select Cancel, and then it will STILL make sure you really want to!
  42. Also made VanTerm look for a completed transfer that hasn't yet been saved,
  43. so you won't do what I'VE done... exit VanTerm and forget the buffer, turn
  44. the ST off, and THEN remember the file... Yuck!  If such a situation occurs,
  45. VanTerm will give you the opportunity to save the buffer (if a transfer is
  46. COMPLETE, not 'in progress') when you try to Exit from VanTerm.
  47.  
  48. ==============================================================================
  49.  
  50. 08/22/88  --  Version 3.7
  51.  
  52. Removed ALL ARC functions and added DCOPY call!  DCOPY is faster and
  53. compresses better than ARC resulting in smaller ARC files!  DCOPY is also
  54. more functional than ARCSHELL!  You can copy, format, delete, print,
  55. display, and convert files and disks!  Also moved File Info to a more
  56. appropriate place, trimmed some wasted memory, shortened the .HLP file,
  57. added status box to the online HELP screen, and moved the time display
  58. to the menu line!  (Took some searching, figured how to turn clipping
  59. off, which is what kept me from putting it there before!)
  60.  
  61. Sorry for all the frequent updates... trying to get a nice finished
  62. version before the VA AtariFest so Current Notes will have a nice
  63. version for their library!  Also preparing for ver 4.0, which will be
  64. as improved and speeded up as GFA Basic 3.0 will permit, once the new
  65. bugs are all fixed and the compiler is released.
  66.  
  67. ==============================================================================
  68.  
  69. 08/20/88  --  Version 3.63    WHOOOOPPPSS!!
  70.  
  71. Thomas Wong found a bug... Hit Help from online screen while Shadow is active
  72. and displays the GEM screen graphics in the online screen!  Ouch!  Doesn't
  73. REALLY do any damage... hit ClrHome and it's erased, along with whatever
  74. was on the screen when you hit HELP... so, if you can live with it until
  75. the next major update, and you already have 3.6 or 3.62, there's no need
  76. to download 3.63... just hit Alt-X, S, K, or Y instead of the HELP key
  77. while online.  Sorry!
  78.  
  79. Also took this opportunity to add the companion desk accesory for WXYTR
  80. to the VANTERM.ARC.. this will permit those with SS drives or only 1
  81. drive to use TRANSFER.ACC for file transfers instead of the VanTerm
  82. commands/menus, and remove WXYTR.TTP from the disk.  Read README.1ST in
  83. the archive for help on using TRANSFER.ACC.  Also note, those of you who
  84. play online games requiring arrow keys, TRANSFER.ACC sends the appropriate
  85. commands, so you MAY be able to call TRANSFER's VT52 emulator when you're
  86. playing the game.  (I don't know for sure, I have no way to really test
  87. it, so no guarantees here!  The TRANSFER VT52 emulator may conflict with
  88. VanTerm's I/O, so proceed at your own risk!)  But the TRANSFER up/download
  89. options will work.. that's what I used before I installed WXYTR.TTP...
  90. WXYTR just gave VanTerm more control over file transfer, trying to make
  91. it a simpler task for you.  I still prefer WXYTR myself, but use whichever
  92. you feel most comfortable with.
  93.  
  94. Important note to Shadow users!!!  If you plan on pressing the RESET button
  95. during a Shadow transfer and your modem normally responds to the Hangup Modem
  96. function (modem hangs up on loss of DTR), then you'll lose your telephone
  97. connection when you press the RESET button!  If your modem is command
  98. programmed and Hayes compatible, type AT&D0 to it to 'force DTR active'.  If
  99. you have DIP switches, find the one for DTR and set it to 'Force DTR' or
  100. 'Set DTR high', and then the reset button won't drop the modem offline.
  101.  
  102. ==============================================================================
  103.  
  104. 08/17/88  --  Version 3.62:
  105.  
  106. Corrected error handler, which was returning some improper text strings
  107. like "error 8 Sector Not Found" which should have been "Error -8 Memory Full",
  108. added (for Harry Brewin) paging options in Display Buffer and Alternate-R
  109. (Free RAM) key recognition in GEM menu mode.  Added onscreen clock in GEM
  110. menu mode for the hell-of-it... Streamlined a few things.. enjoy!
  111.  
  112. ==============================================================================
  113.  
  114. 08/13/88  --  Version 3.6:
  115.  
  116. Paul Lee, coauthor of SHADOW (background file transfer program) has graciously
  117. added the necessary code to access SHADOW directly from VanTerm!  I 'dressed'
  118. it up, and here it is.  If you don't have Shadow, you won't care much.  If you
  119. DO have Shadow, simply enable it in the Xfer/ARC menu and configure it in the
  120. CONFIGURE menu.  If enabled, SHADOW will automatically be used for all file
  121. transfers.  If disabled, transfers will occur as before.  The status of
  122. SHADOW ('No Shadow', 'Shadow nnnK On', 'Shadow nnnK Off') will be displayed
  123. in the GEM menu status line.   "nnnK" is your Shadow buffer size in K bytes
  124. so you can be reminded to not exceed that size in received files!
  125.  
  126. Since Shadow can quickly eat up RAM, ST owners with 512K RAM may have some
  127. problems running VanTerm!  You don't HAVE to have a ramdisk, so perhaps
  128. eliminating that will help.  Otherwise, upgrade to 1 megabyte of RAM, it's
  129. worth it, especially for Shadow!  If you don't have Shadow, order it direct
  130. from Antic or your local ST software supplier... being able to use your ST
  131. to do other things while up/downloading is great!  And it's quite reliable
  132. and safe, as Paul Lee has written it!
  133.  
  134. I also corrected a few minor display bugs, dressed the program up a bit,
  135. and added CompuServe B protocol send and receive.  (Shadow does it (?) but
  136. Paul didn't put it in for some reason... uh oh.. someone with CompuServe
  137. access please test it!!??)
  138.  
  139. Also added option to Copy File... once complete, it will ask  if you wish to
  140. set the date of the copy to that of the original file, or leave it as is
  141. with the current system date/time.
  142.  
  143. Also removed the Script Processor to save RAM... VanTerm is getting large!
  144. Took a vote on the BBS, and it was 3 to 1 in favor of removing it.
  145.  
  146.  
  147. =============================================================================
  148.  
  149. REMINDER to Shadow users... if you're using VanTerm, you DO NOT NEED the
  150. SHADOW.ACC loaded into your system using up ram!  Take it out!  Also, please
  151. be warned that Universal Item Selector, FSELV, FATSPEED, TURBOST.ACC, and
  152. TURBOST.PRG have all caused strange problem